strings.trieNode.next (field)
12 uses
	strings (current package)
		replace.go#L146: 	next   *trieNode
		replace.go#L176: 			t.next.add(key[n:], val, priority, r)
		replace.go#L183: 				prefixNode = t.next
		replace.go#L187: 					next:   t.next,
		replace.go#L195: 			t.next = nil
		replace.go#L201: 				next:   t.next,
		replace.go#L204: 			t.next = next
		replace.go#L216: 		t.next = new(trieNode)
		replace.go#L217: 		t.next.add("", val, priority, r)
		replace.go#L249: 			node = node.next
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |